From f8f3b635a6e5c5caa4acfe9c8233c61428e793e4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Jul 2010 15:16:25 -0400 Subject: [PATCH] Actually build faq if enabled Previously we required an explicit "make html" in this subdirectory for no reason. Just build it if make is invoked at the toplevel and we have docbook. --- docs/faq/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/faq/Makefile.am b/docs/faq/Makefile.am index 9bdaf1284c..f53c96c5dd 100644 --- a/docs/faq/Makefile.am +++ b/docs/faq/Makefile.am @@ -17,6 +17,8 @@ pdf: (cd $(srcdir); db2pdf gtk-faq.sgml); \ fi +all-local: html + dist-hook: html cp -Rp $(srcdir)/html $(distdir) else -- 2.30.2